org.eclipse.vtp.desktop.projects.core.internals
Class WebServiceTypeField

java.lang.Object
  extended by org.eclipse.vtp.desktop.projects.core.internals.WebServiceTypeField
All Implemented Interfaces:
IBusinessObjectField

public class WebServiceTypeField
extends java.lang.Object
implements IBusinessObjectField

WebServiceTypeField.

Author:
Lonnie Pryor

Constructor Summary
WebServiceTypeField(java.lang.String name, FieldType dataType)
          Creates a new WebServiceTypeField.
 
Method Summary
 FieldType getDataType()
           
 java.lang.String getInitialValue()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceTypeField

public WebServiceTypeField(java.lang.String name,
                           FieldType dataType)
Creates a new WebServiceTypeField.

Parameters:
name - The name of this field.
dataType - The data type of this field.
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface IBusinessObjectField
Returns:
The name of this business object field

getDataType

public FieldType getDataType()
Specified by:
getDataType in interface IBusinessObjectField
Returns:
The data type definition of this business object field

getInitialValue

public java.lang.String getInitialValue()
Specified by:
getInitialValue in interface IBusinessObjectField
Returns:
The initial value this field will have when a new instance of it's containing business object is created